home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Atlas.dir / 00109_Script_109 < prev    next >
Text File  |  2001-01-26  |  186b  |  11 lines

  1. on exitFrame
  2.   repeat with x in[10,11,20,21,22,23,24,25,26,27,28,29,30]
  3.     if rollover(x) then
  4.       roll x
  5.     else
  6.       unroll x
  7.     end if
  8.   end repeat
  9.  
  10.   go the frame
  11. end